Learn R Programming

DataSetsUni (version 0.1)

Incidence Rate COVID-19: The data represents the incidence rate per 10,000 inhabitants affected by the virus without symptoms during the second quarter of 2020

Description

The function allows to provide the COVID-19 incidence rate per 10,000 inhabitants affected by the virus without symptoms during the second quarter of 2020.

Usage

data_COVIDChile

Value

data_COVIDChile gives the incidence rate per 10,000 inhabitants affected by the virus without symptoms.

Arguments

data_COVIDChile

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

A real dataset related to COVID-19 in Chile, the data represent the incidence rate per 10,000 inhabitants affected by the virus without symptoms during the second quarter of 2020. Recently, it is used by Santoro et al. (2022) and fitted the extended half-power exponential distribution.

References

Santoro, K. I., Gómez, H. J., Barranco-Chamorro, I., & Gómez, H. W. (2022). Extended Half-Power Exponential Distribution with Applications to COVID-19 Data. Mathematics, 10(6), 942.

See Also

data_COVIDDeath, data_COVIDfat, data_COVIDmor

Examples

Run this code
x<-data_COVIDChile
summary(x)

Run the code above in your browser using DataLab